r21345: Smaller fixes for adssearch:
[bbaumbach/samba-autobuild/.git] / source3 / utils /
2007-10-10 Volker Lendecker18047: More C++ stuff
2007-10-10 Volker Lendecker18029: More C++ stuff
2007-10-10 Volker Lendecker18019: Fix a C++ warnings: Don't use void * in libads...
2007-10-10 Jeremy Allisonr17984: Ensure we never indirect a null opt_username...
2007-10-10 Jeremy Allisonr17981: Hmmm. Don't break helper functions that don...
2007-10-10 Jeremy Allisonr17979: Make ntlm_auth more intelligent about figuring...
2007-10-10 Jeremy Allisonr17941: Fix print out of client site name.
2007-10-10 Jeremy Allisonr17928: Implement the basic store for CLDAP sitename
2007-10-10 Volker Lendecker17924: Get rid of warnings now that talloc is merged.
2007-10-10 Jeremy Allisonr17921: Comment is obsolte. This is now implemented...
2007-10-10 Jeremy Allisonr17903: Fix null deref caught by Stanford checker....
2007-10-10 Volker Lendecker17881: Another microstep towards better error reportin...
2007-10-10 Volker Lendecker17847: Dummy commit
2007-10-10 Gerald Carterr17798: Beginnings of a standalone libaddns library...
2007-10-10 Gerald Carterr17669: Remove RID algorithm support from unmapped...
2007-10-10 Jeremy Allisonr17610: Added the ability for firefox to drive the...
2007-10-10 Volker Lendecker17603: Make net_ads_join_ok return NTSTATUS.
2007-10-10 Volker Lendecker17602: Make check_ads_config return NTSTATUS, set...
2007-10-10 Volker Lendecker17591: machine_account is unused, and ctx must be...
2007-10-10 Volker Lendecker17585: Don't let ads_status throw away the error infor...
2007-10-10 Volker Lendecker17584: Some C++ Warnings
2007-10-10 Volker Lendecker17557: Change net_join_domain to return NTSTATUS inste...
2007-10-10 Volker Lendecker17554: Cleanup
2007-10-10 Volker Lendecker17551: Move some DEBUG to d_printf in interactive...
2007-10-10 Jeremy Allisonr17496: net groupmap add could add uninitialized sid_na...
2007-10-10 Volker Lendecker17468: To minimize the diff later on, pre-commit some...
2007-10-10 Volker Lendecker17465: Get rid of add_initial_entry. In the two places...
2007-10-10 Volker Lendecker17463: A bit of cleanup work:
2007-10-10 Volker Lendecker17451: Change pdb_getgrsid not to take a DOM_SID but...
2007-10-10 Volker Lendecker17446: Fix some C++ warnings and two memleaks found...
2007-10-10 Gerald Carterr17383: Patch from Michael Adams <ma@sernet.de> to...
2007-10-10 Volker Lendecker17375: If a field containts only whitespace, we need...
2007-10-10 Volker Lendecker17374: Get rid of a silly "System User" default for...
2007-10-10 Volker Lendecker17356: Also transfer the sambaHomePath attribute.
2007-10-10 Volker Lendecker17335: Some more fixes to net rpc vampire ldif. Still...
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Volker Lendecker17313: Non-Ascii attribute values need to be encoded...
2007-10-10 Volker Lendecker17312: Do some reformatting on net rpc samsync ldif...
2007-10-10 Gerald Carterr17260: remove extra ;SAMBA_3_0_23/source/utils/netlookup.c
2007-10-10 Gerald Carterr17258: Cleanup the 'net ads help join' output and...
2007-10-10 Andrew Bartlettr17216: From Kai Blin <kai.blin@gmail.com>:
2007-10-10 Volker Lendecker17177: Get rid of a global variable by adding a privat...
2007-10-10 Gerald Carterr17158: Add two new options to 'net ads join'
2007-10-10 Gerald Carterr17149: Fail the join if we cannot set any SPNs for...
2007-10-10 Günther Deschnerr17086: Re-add ability to contact remote domain control...
2007-10-10 Volker Lendecker17078: Ouch....
2007-10-10 Volker Lendecker17077: Activate RPC-SAMBA3-GETUSERNAME in the build...
2007-10-10 Volker Lendecker17032: I thought I had already merged this from trunk:
2007-10-10 Andrew Bartlettr17005: Add a new helper mode to ntlm_auth: ntlm-change...
2007-10-10 Gerald Carterr16952: New derive DES salt code and Krb5 keytab generation
2007-10-10 Jeremy Allisonr16947: Fix warning with profile separator when profile...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Gerald Carterr16845: Properly report the error during join when...
2007-10-10 Jeremy Allisonr16656: Fix #3894 and #3895 reported by jason@ncac...
2007-10-10 Jeremy Allisonr16652: Fix bug #3891 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16644: Fix bug #3887 reported by jason@ncac.gwu.edu
2007-10-10 Jeremy Allisonr16640: Fix bug #3886 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16638: Fix bug #3885, reported by jason@ncac.gwu.edu...
2007-10-10 Jeremy Allisonr16614: Klocwork #2012. memleak on error path.
2007-10-10 Jeremy Allisonr16612: Klocwork fix #2011. memleak on error path.
2007-10-10 Günther Deschnerr16453: Fix another memleak.
2007-10-10 Jeremy Allisonr16435: Add in the uid info that Jerry needs into the
2007-10-10 Jeremy Allisonr16429: Fix final 4 Klocwork bugs we're going to fix...
2007-10-10 Volker Lendecker16409: Fix Klocwork ID's.
2007-10-10 Volker Lendecker16363: Fix Klocwork ID 981 1652
2007-10-10 Volker Lendecker16360: Fix Klocwork ID 136 520 521 522 523 542 574...
2007-10-10 Günther Deschnerr16346: Allow to exit a "net rpc shell" with 'quit...
2007-10-10 Günther Deschnerr16345: Improve the chance that our users can discover...
2007-10-10 Günther Deschnerr16344: Allow to set passwords directly when creating...
2007-10-10 Jeremy Allisonr16298: On request of jiri sasek - Sun Microsystems...
2007-10-10 Jeremy Allisonr16284: Start fixing up gcc4 -O6 warnings on an x86_64...
2007-10-10 Jeremy Allisonr16270: Fix Klocwork #706 - ensure sscanf has correct...
2007-10-10 Jeremy Allisonr16267: Fix Klocwork #401, #402 - ensure format specifier
2007-10-10 Günther Deschnerr16261: Smaller fixes for net ads password.
2007-10-10 Volker Lendecker16252: Fix Klocwork ID 1119, 1121.
2007-10-10 Volker Lendecker16251: for i in `seq 1 1000`
2007-10-10 Volker Lendecker16247: Fix Coverity ID 296
2007-10-10 Jeremy Allisonr16241: Fix Klocwork #106 and others like it.
2007-10-10 Jeremy Allisonr16230: Fix Klocwork #861 and others. localtime and...
2007-10-10 Gerald Carterr16219: BUG 3836, 3837, 3004: compile warning fixes...
2007-10-10 Günther Deschnerr16115: Make "net ads changetrustpw" work again.
2007-10-10 Simo Sorcer15971: Obey the manpage description and make changesec...
2007-10-10 Gerald Carterr15906: smbpasswd help text for -W option (patch from...
2007-10-10 Jeremy Allisonr15890: Use correct enum type (bug #3722) from Jason...
2007-10-10 Günther Deschnerr15703: Fix d_printf call.
2007-10-10 Gerald Carterr15701: change 'net ads leave' to disable the machine...
2007-10-10 Gerald Carterr15680: use the user creds when calling net_set_machine...
2007-10-10 Volker Lendecker15657: Fix some Tru64 warnings
2007-10-10 Simo Sorcer15646: Implement an setdomainsid command as well
2007-10-10 Jim McDonoughr15630: adapt smbclient fix to smbtree to enable long...
2007-10-10 Volker Lendecker15608: Fix a couple of Coverity errors
2007-10-10 Gerald Carterr15597: more ads join fixes -- we can only set the...
2007-10-10 Volker Lendecker15566: Fix Coverity bug # 284. The lp_ldap_xx_suffix...
2007-10-10 Gerald Carterr15561: Should re-fix older systems without RC4-HMAC...
2007-10-10 Gerald Carterr15560: Since the hotel doesn't have Sci-Fi and no...
2007-10-10 Günther Deschnerr15559: Smaller fixes for the new cldap code:
2007-10-10 Gerald Carterr15549: removing rhosts and 'hosts equiv' authenticatio...
2007-10-10 Gerald Carterr15543: New implementation of 'net ads join' to be...
2007-10-10 James Peachr15529: Initialise our saved uid and gid so that we...
2007-10-10 Günther Deschnerr15523: Honour the time_offset also when verifying...
next