summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Fix the compile issue in bin/samtest, and make the 'system' token just have theAndrew Bartlett2002-09-302-7/+4
* Some more work on vampire.Volker Lendecke2002-09-291-26/+18
* We have to hand out info on Builtin here as well. They are stored inVolker Lendecke2002-09-291-1/+1
* Make sure that variable does not shadow a parameter.Richard Sharpe2002-09-291-6/+6
* Remove sam/api.c.Andrew Bartlett2002-09-297-833/+588
* Updates for sam_ads by metze - add the start of domain policy searching, and aAndrew Bartlett2002-09-291-25/+150
* Fix 'plugin' commandJelmer Vernooij2002-09-281-2/+2
* Fix typos + report FIXMEJelmer Vernooij2002-09-281-5/+5
* Patch from metze to fix enum_accountsJelmer Vernooij2002-09-281-13/+56
* Fixing path to libsmbclient.h so it never gets crossed with a system installe...John Terpstra2002-09-282-2/+2
* Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't w...Jelmer Vernooij2002-09-281-1/+1
* Ok, hopefully final fix for this one. abartlet told a bit about theVolker Lendecke2002-09-281-7/+1
* Try to compile as much as possible with only ldap, but not kerberos.Andrew Bartlett2002-09-284-36/+35
* Forgot to commit this in the patch changing back the create_user API.Andrew Bartlett2002-09-281-2/+2
* Back out one of the API changes, now I recall how it was meant to work.Andrew Bartlett2002-09-284-6/+258
* Second stab at Volker's 'make shadow passwords work' patch.Andrew Bartlett2002-09-281-4/+4
* Add the beginings of sam_ads to the tree.Andrew Bartlett2002-09-2811-32/+1161
* Thanks to abartlet I looked at that function a bit closer. What didVolker Lendecke2002-09-281-5/+0
* Add const.Andrew Bartlett2002-09-282-2/+2
* Commit a fix to smbclient so that it will connect to EMCs and NetApp's machines.Richard Sharpe2002-09-281-3/+18
* This needs to be #ifdef HAVE_LDAP.Andrew Bartlett2002-09-281-0/+3
* Add const.Andrew Bartlett2002-09-281-4/+4
* Back our volker's patch as was breaking the build.Andrew Bartlett2002-09-271-7/+2
* It turns out that Windows allows delete printer on a handleJeremy Allison2002-09-271-0/+14
* Check for security on delete printer was reversed...Jeremy Allison2002-09-271-5/+5
* HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN !Jeremy Allison2002-09-271-20/+17
* Touching somebody else's code again... Sorry, Richard.Volker Lendecke2002-09-271-2/+9
* Sorry to touch such an internal function. But I was quite surprised thatVolker Lendecke2002-09-271-2/+7
* Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett2002-09-277-218/+345
* An example of a group creation command that can handle failuresVolker Lendecke2002-09-271-0/+27
* Vance picked up a pile of typos etc at the CIFS confernce, and finally got themAndrew Bartlett2002-09-274-15/+15
* Minor updates:Andrew Bartlett2002-09-273-10/+24
* Some small cleanups to the libads code (mainly error checking), and give aAndrew Bartlett2002-09-273-7/+30
* I missed committing this - all updates to configure.in adding --with-fooAndrew Bartlett2002-09-271-1/+1
* Fix typoAndrew Bartlett2002-09-271-1/+1
* When compiled --with-ldapsam, make ldapsam the default passdb backend.Andrew Bartlett2002-09-271-1/+3
* Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett2002-09-275-835/+912
* Make explicit the difference between a tdb key with no data attached, andJeremy Allison2002-09-261-2/+11
* tagging version as post3.0-HEAD to differentiate from the SAMBA_3_0Gerald Carter2002-09-261-1/+1
* add -r to usage outputGerald Carter2002-09-261-0/+1
* preparing for release of 3.0alpha20Samba Release Account2002-09-261-1/+1
* Fix segfault in sam_context_enum_domains - reported by KaiJelmer Vernooij2002-09-261-0/+1
* Don't define PASS_MUST_CHANGE_AT_NEXT_LOGON twice..Jelmer Vernooij2002-09-261-3/+0
* Add -r parameter to smbgroupedit. With -r you can manually chooseVolker Lendecke2002-09-261-21/+26
* Patch from "Kai Krueger" <kai@kruegernetz.de> to get some more of our accessAndrew Bartlett2002-09-262-47/+58
* forgot include file, sorrySimo Sorce2002-09-261-14/+14
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*Andrew Bartlett2002-09-266-85/+419
* move all the passdb internal interface to NTSTATUSSimo Sorce2002-09-267-269/+320
* notify user when no {domains,accounts} were foundJelmer Vernooij2002-09-251-0/+10
* Add samtest command 'enum_accounts' + few typo fixes in sam/interface.cJelmer Vernooij2002-09-252-4/+30