bbaumbach/samba-autobuild/.git
2004-01-09 Andrew BartlettRomve debugging assertions (oops...)
2004-01-09 Andrew BartlettAdd a new type of name lookup 'ads'. This seperates...
2004-01-08 Jelmer VernooijUse StrCaseCmp, not strcasecmp. Should fix winbind...
2004-01-08 Gerald Carterfix segfault when sid_ptr == 0 in DsEnumDomainTrusts...
2004-01-08 Gerald Carterfix a seg fault caused by abartlet's last checkin;...
2004-01-08 Andrew BartlettWe might not have the 'samba' directory in the samba_3_...
2004-01-08 Andrew Bartlettuse SAFE_FREE(), not free().
2004-01-08 Andrew BartlettThis merges in my 'always use ADS' patch. Tested on...
2004-01-08 Andrew BartlettIn tdb_allocate(), we would create a new record by...
2004-01-08 Andrew BartlettMake it clearer that the domain here is the domain...
2004-01-08 Andrew BartlettMove more of winbind to use 'find_our_domain()' rather...
2004-01-08 Andrew BartlettThe correct test for 'is our primary domain' is domain...
2004-01-07 Andrew BartlettMachines are people too!
2004-01-07 Jeremy AllisonFix for bug #922. Fast path not called for strlower_m...
2004-01-07 Rafal SzczesniakTypo fix.
2004-01-07 Rafal SzczesniakDoxygen comment fix.
2004-01-07 Jeremy AllisonFix from Justin Baugh <justin.baugh@request.com> for...
2004-01-07 Gerald Cartercommiting jra's fix for Exchange clear test auth
2004-01-07 Jeremy AllisonFix from Luke Howard <lukeh@PADL.COM> for incorrect...
2004-01-07 Andrew BartlettDon't duplicate pulling the 'IPC' username from secrets...
2004-01-07 Volker LendeckeThere is a German translation of swat -- surprise :-)
2004-01-07 Jelmer VernooijAdd smbget utility, a simple wget-like utility that...
2004-01-06 Andrew BartlettFix segfualt caused by incorrect configuration. If...
2004-01-06 Jeremy AllisonPatch penguin. Cleaning out old mbp patch.
2004-01-06 Gerald Cartermore commits logged
2004-01-06 Jelmer VernooijWrite bug number like in the rest of the file
2004-01-06 Jelmer VernooijFix -s option to smbcontrol (#908)
2004-01-06 Gerald Carterremove unused seek_file(); don't hardcode '\' when...
2004-01-06 Gerald Carterbumping to 3.0.2pre2
2004-01-06 Gerald Cartermore commit logs
2004-01-06 Gerald Carter* making sure contributors are listed in alphabetical...
2004-01-06 Gerald Carterisolate ldap debug messages to the common smbldap_XXX...
2004-01-06 Jeremy AllisonXFS quota patch from Stefan Metzmacher <metze@metzemix...
2004-01-06 Jeremy AllisonUpdates for pread/pwrite code.
2004-01-06 Volker LendeckeCorrectly detect AFS headers on SuSE in /usr/include...
2004-01-06 Gerald Carterfix case in objectclass name (not that it really matter...
2004-01-06 Andrew BartlettPatch by Stefan Metzmacher <metze@metzemix.de>:
2004-01-06 Volker LendeckeFix typo..
2004-01-06 Jeremy AllisonPatch based on work from James Peach <jpeach@sgi.com...
2004-01-06 Andrew BartlettEnsure that for wbinfo --set-auth-user, we actually...
2004-01-05 Steve Frenchcifs mount helper merge
2004-01-05 Gerald Carterworking on new format for relerase notes in 3.0.2pre1
2004-01-05 Andrew BartlettFix more cases to ensure that as a server, we don't...
2004-01-05 Jeremy AllisonAdded last missing file.
2004-01-05 Jeremy AllisonOops. Broke the build. Added missing files.
2004-01-05 Jeremy AllisonFix from James Flemer <jflemer@uvm.edu> to make HAVE_AT...
2004-01-05 Gerald Carterfix inverted check using krb5_kt_resolve() and HAVE_MEM...
2004-01-05 Jeremy AllisonPatch from Stefan (metze) Metzmacher <metze at metzemix...
2004-01-05 Jeremy AllisonEnsure we set "always sign" flag if set. We don't curre...
2004-01-05 Volker LendeckeFix warning
2004-01-05 Andrew BartlettDon't free the encrypted_session_key early - that cause...
2004-01-05 Andrew Bartlettshorten some more lines.
2004-01-05 Andrew BartlettTry to keep vl happy - shorten some of these lines.
2004-01-05 Andrew BartlettGrumble... grumble... fix the build...
2004-01-05 Andrew BartlettShow the sid type in name->sid translatons in a way...
2004-01-05 Andrew BartlettAlways call the auto-init funciton - this avoids tdb...
2004-01-05 Andrew BartlettCorrectly handle per-pipe NTLMSSP inside a NULL session...
2004-01-05 Andrew BartlettChange our Domain controller lookup routines to more...
2004-01-05 Tim PotterFix typo in RW2 torture test. Closes bugzilla bug...
2004-01-05 Andrew BartlettAdd const.
2004-01-05 Andrew BartlettThere is some memory corruption hidden somewhere in...
2004-01-05 Andrew BartlettChange (unused) structure parameter for cli_ds_enum_dom...
2004-01-05 Andrew Bartlettrpc_client/cli_lsarpc.c:
2004-01-05 Andrew BartlettFix for bug 707, getent group for huge ads groups ...
2004-01-05 Andrew BartlettI'm not quite sure what happened here - but replace...
2004-01-05 Andrew BartlettWe can't possilby get 'ok' here, as the if statement...
2004-01-05 Andrew BartlettMake arbitary binary data unsigned char.
2004-01-05 Andrew BartlettAdd a utilty function for converting a sid to a DN.
2004-01-05 Andrew BartlettMake it clear that we cannot sign if we don't have...
2004-01-05 Andrew BartlettAutomaticly initialise the signing engine, if we have...
2004-01-04 Jelmer Vernooij- Put functions for generating SQL queries in pdb_sql.c
2004-01-04 Volker LendeckeCommit the translation of the realm to the netbios...
2004-01-04 Andrew BartlettEven if the 'device type' is always an ascii string...
2004-01-03 Volker LendeckeAnd yet another const
2004-01-03 Andrew BartlettThere is not a particularly good excuse for complaining...
2004-01-02 Andrew BartlettMatch Win2k, and return NT_STATUS_INVALID_PARAMETER
2004-01-02 Andrew BartlettUnder certain error conditions (a talloc() failure...
2004-01-02 Andrew BartlettHaving no members of a group is a perfectly valid ...
2004-01-02 Andrew BartlettJHT came up with a nasty (broken) torture case in prepa...
2004-01-01 Volker LendeckeAfter talking with abartlet remove the fix for bug...
2004-01-01 Volker LendeckeFix for bug 707, getent group for huge ads groups ...
2003-12-31 Andrew BartlettChanges to our PAM code to cope with the fact that...
2003-12-31 Andrew BartlettForgot to commit this for the 'get our primary domain...
2003-12-31 Andrew BartlettJerry rightly complained that we can't assume that...
2003-12-31 Andrew Bartlettauth/auth_util.c:
2003-12-30 Andrew BartlettGet the DOMAIN\username around the right way (I had...
2003-12-30 Gerald CarterMove to short lived TALLOC_CTX* for allocating printer
2003-12-30 Volker LendeckeAnother little one: Make pdb_test.c at least compile...
2003-12-30 Volker LendeckeThe AFS pts command always generates completely lower...
2003-12-30 Volker LendeckeFix Bug # 924
2003-12-30 Andrew BartlettTry to gain a bit more consistancy in the output of...
2003-12-30 Andrew BartlettMake the name of the NTLMSSP client more consistant...
2003-12-30 Andrew BartlettRemove testing hack
2003-12-30 Andrew BartlettMove our basic password checking code from inside the...
2003-12-30 Andrew BartlettRefactor our authentication and authentication testing...
2003-12-29 Andrew BartlettAdd the alignment required before all 2-byte quantities...
2003-12-28 Andrew BartlettShutting down the connection closes outstanding session...
2003-12-27 Andrew BartlettThis patch corrects some errors in the NTLMSSP implemen...
2003-12-27 Volker LendeckePreliminary fix for our signing problem with failed...
2003-12-26 Volker LendeckeCollecting another little patch from gd@suse.de
next