summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2004-01-08use SAFE_FREE(), not free().Andrew Bartlett1-1/+1
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett20-158/+298
2004-01-08In tdb_allocate(), we would create a new record by writing a local variableAndrew Bartlett1-0/+2
2004-01-08Make it clearer that the domain here is the domain of the user forAndrew Bartlett1-5/+5
2004-01-08Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett5-48/+38
2004-01-08The correct test for 'is our primary domain' is domain->primaryAndrew Bartlett1-1/+1
2004-01-07Machines are people too!Andrew Bartlett5-36/+25
2004-01-07Fix for bug #922. Fast path not called for strlower_m() and strupper_m().Jeremy Allison1-2/+2
2004-01-07Typo fix.Rafal Szczesniak1-1/+1
2004-01-07Doxygen comment fix.Rafal Szczesniak1-2/+5
2004-01-07Fix from Justin Baugh <justin.baugh@request.com> for bugid #948 forJeremy Allison1-1/+4
2004-01-07commiting jra's fix for Exchange clear test authGerald Carter1-1/+2
2004-01-07Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().Jeremy Allison1-5/+7
2004-01-07Don't duplicate pulling the 'IPC' username from secrets.tdb, insteadAndrew Bartlett2-7/+45
2004-01-07There is a German translation of swat -- surprise :-)Volker Lendecke1-5/+5
2004-01-07Add smbget utility, a simple wget-like utility that uses libsmbclient.Jelmer Vernooij2-1/+581
2004-01-06Fix segfualt caused by incorrect configuration. If lp_realm() was not set,Andrew Bartlett1-5/+9
2004-01-06Patch penguin. Cleaning out old mbp patch.Jeremy Allison1-22/+24
2004-01-06Fix -s option to smbcontrol (#908)Jelmer Vernooij1-1/+1
2004-01-06remove unused seek_file(); don't hardcode '\' when printing the auth-userGerald Carter2-26/+1
2004-01-06bumping to 3.0.2pre2Gerald Carter1-1/+1
2004-01-06isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter3-12/+9
2004-01-06XFS quota patch from Stefan Metzmacher <metze@metzemix.de>.Jeremy Allison5-42/+74
2004-01-06Correctly detect AFS headers on SuSE in /usr/include/afs/afs/Volker Lendecke1-6/+46
2004-01-06Patch by Stefan Metzmacher <metze@metzemix.de>:Andrew Bartlett1-0/+4
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison8-133/+323
2004-01-06Ensure that for wbinfo --set-auth-user, we actually use the domain.Andrew Bartlett1-2/+2
2004-01-05cifs mount helper mergeSteve French1-226/+450
2004-01-05Fix more cases to ensure that as a server, we don't complain to the clientAndrew Bartlett1-3/+1
2004-01-05Added last missing file.Jeremy Allison1-0/+486
2004-01-05Oops. Broke the build. Added missing files.Jeremy Allison4-0/+1109
2004-01-05Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked toJeremy Allison1-3/+3
2004-01-05fix inverted check using krb5_kt_resolve() and HAVE_MEMORY_KEYTAB; bug 912Gerald Carter1-2/+2
2004-01-05Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....Jeremy Allison5-776/+133
2004-01-05Ensure we set "always sign" flag if set. We don't currently do anything withJeremy Allison1-0/+4
2004-01-05Fix warningVolker Lendecke1-1/+1
2004-01-05Don't free the encrypted_session_key early - that causes the subsequentAndrew Bartlett1-1/+1
2004-01-05shorten some more lines.Andrew Bartlett1-7/+14
2004-01-05Try to keep vl happy - shorten some of these lines.Andrew Bartlett1-6/+12
2004-01-05Grumble... grumble... fix the build...Andrew Bartlett1-5/+7
2004-01-05Show the sid type in name->sid translatons in a way that can be easilyAndrew Bartlett1-1/+1
2004-01-05Always call the auto-init funciton - this avoids tdb segfaulting underAndrew Bartlett1-0/+6
2004-01-05Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett2-7/+20
2004-01-05Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett9-121/+144
2004-01-05Add const.Andrew Bartlett1-3/+3
2004-01-05There is some memory corruption hidden somewhere in our winbind code. If IAndrew Bartlett1-4/+8
2004-01-05Change (unused) structure parameter for cli_ds_enum_domain_trusts() cleanup.Andrew Bartlett1-1/+1
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett8-104/+102
2004-01-05Fix for bug 707, getent group for huge ads groups (>1500 members)Andrew Bartlett2-30/+202
2004-01-05I'm not quite sure what happened here - but replace the ads_sid_to_dnAndrew Bartlett1-9/+9