summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2002-08-167-5/+299
| | | | | | | Tridge suggested a generic caching mechanism for Samba to avoid the proliferation of little cache files hanging around limpet like in the locks directory. Someone should probably implement this at some stage.
* The unused variable was actually needed. The correct fix is to moveTim Potter2002-08-151-1/+1
| | | | | it inside an #ifdef HAVE_ADS to avoid the warning and breaking the build. (-:
* Rename unknown_0 field in create_user2 reply in the actual struct.Tim Potter2002-08-152-2/+5
|
* Rename unknown_0 field in create_user2 reply in the actual struct.Tim Potter2002-08-151-30/+23
| | | | Remove 9th place leading zero from some constants.
* Removed unused variable.Tim Potter2002-08-151-1/+0
|
* large set of updates converting some of the textdocs to SGML/DocBook.Gerald Carter2002-08-1529-6179/+15103
| | | | | | | | | | | I think these were originally from Jelmer, but I've lost the original message. Also had some syntax errors in the manpages (does no one regenerate after making changes to the SGML source?) Still have some developer specific docs to add from Jelmer in the next go around....
* *** empty log message ***Simo Sorce2002-08-152-88/+176
|
* Fix NTLMSSP challenge command and auth response. We can now service joinsJim McDonough2002-08-152-31/+98
| | | | | from win2k AND still use SPNEGO (provided you don't build with kerberos...I still have to fix that, as we are not properly falling back).
* The unknown_0 field in a CREATE_USER2 reply is the access granted.Tim Potter2002-08-151-1/+1
|
* added comment about a new specversion seen from client.Gerald Carter2002-08-141-0/+2
| | | | | | | | | Device mode size is still the same though. jerry
* unresolved symbols fix for pam_smbpass from Steve L.Gerald Carter2002-08-141-10/+3
|
* Use byteorder.h macrosJim McDonough2002-08-121-45/+9
|
* Bugfix for problem pointed out by Sean Trace <Sean.Trace@aveva.com>. We can'tJeremy Allison2002-08-121-10/+13
| | | | | | check for POSIX errors in the blocking lock code as we may have never made a POSIX call (could have denied lock before POSIX checked). Jeremy.
* Update secrets_fetch_domain_guid to generate and store it if it doesn't exist.Jim McDonough2002-08-121-2/+11
| | | | Only does it for PDCs.
* Allow ADS PDC to existJim McDonough2002-08-121-2/+2
|
* Add lib/util_uuid.c to build.Jim McDonough2002-08-121-1/+1
|
* Code to generate uuids for ADS setups. Uses our random generator butJim McDonough2002-08-121-0/+108
| | | | conforms to standard OSF/DCE uuid format.
* Add lsaqueryinfo2, but keep under "lsaquery" command. It will autoselectJim McDonough2002-08-121-9/+40
| | | | | which lsaqueryinfo to do based in infoclass. Currently 12 is the only one that causes a queryinfo2.
* Add lsa 0x2e (queryinfo2) client sideJim McDonough2002-08-122-0/+99
|
* Add RESOLVE_DFSPATH to mkdir operations in HEAD.Shirish Kalele2002-08-121-0/+2
|
* Use samr connect4, then fall back to samr connect if it fails. This isJim McDonough2002-08-121-29/+46
| | | | what 2k does.
* Add client side support for samr connect4 (0x3e). Seems to have oneJim McDonough2002-08-122-0/+69
| | | | | additional parm compared to samr connect, but I've only seen 0x00000002 in that field...
* Updated smbcontrol manpage for new printnotify commands.Tim Potter2002-08-111-5/+49
| | | | | Jerry, what's the latest on rebuilding doco from source? I've no idea whether this actually compiles or not.
* Merge some usage info from APPLIANCE_HEAD.Tim Potter2002-08-111-0/+3
|
* Merge of case fixes from APPLIANCE_HEAD.Tim Potter2002-08-111-5/+5
|
* Add indent argument to put function name and type on same line -Jelmer Vernooij2002-08-111-1/+1
| | | | for satisfying the autoprototyper and abartlet
* Update CodingSuggestions to include 'indent' arguments for the samba codingJelmer Vernooij2002-08-111-2/+14
| | | | style
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-1112-26/+16
| | | | | | the new accessor functions. Andrew Bartlett
* Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-106-34/+60
| | | | | | | | | | | future. This moves us from fstrcpy() and global variables to 'get' and 'set' functions. In particular, the 'set' function sainity-checks the input, in the same way as we always have. Andrew Bartlett
* Adding pdb_xml and pdb_mysql passdb modules.Jelmer Vernooij2002-08-1011-4/+1784
| | | | Added some consts to pdb_test to follow pdb_methods struct more strictly
* one line merge from APP_HEADGerald Carter2002-08-081-1/+1
|
* delete printer driver fix from APP_HEADGerald Carter2002-08-081-14/+37
|
* printing change notification merge from APPLIANCE_HEADGerald Carter2002-08-086-136/+244
|
* Samba dependency hell claim's another victim...Andrew Bartlett2002-08-083-839/+824
| | | | | | | Back out last night's patch to to reduce -l dependencies until we can ensure that *all* configurations/platforms work... Andrew Bartlett
* Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD.Tim Potter2002-08-085-0/+236
|
* Hmm, had too many objects added last time in the nmbd changes. Don'tJim McDonough2002-08-071-2/+1
| | | | need all of them. Hopefully this will fix a few builds.
* Patch from Steve Langasek <vorlon@netexpress.net> to split up our -lAndrew Bartlett2002-08-073-836/+848
| | | | | | | | | | dependencies. This benifits packagers (like debian) becouse then our client code won't have references to 'server only' libraries. (In particular, it removes the client dependency on CUPS, which was raised in a debian bug report). Andrew Bartlett
* Add 'const' to the function prototypes to match the recent commit.Andrew Bartlett2002-08-071-2/+2
|
* Add some more const :-)Andrew Bartlett2002-08-071-3/+3
| | | | | | | This also makes it a easier to see which paramaters are 'in', and which are 'out'. Andrew Bartlett
* Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett2002-08-075-7/+7
| | | | Andrew Bartlett
* Ooops...forgot to put this in with the new nmbd samlogon response code.Jim McDonough2002-08-061-1/+2
| | | | THis should fix the build.
* Add AD version of samlogon replies for getdc. ATM it will only functionJim McDonough2002-08-063-11/+127
| | | | if you have an ADS DC.
* Add SAMR 0x3e, which is samr_connect4. Seems to be the same as ourJim McDonough2002-08-064-10/+171
| | | | | existing connect (which I've been told is really connect2), with one extra dword. We've only seen 0x00000002 there...
* Try to bind with LDAPv3 if possible.Andrew Bartlett2002-08-061-7/+19
| | | | Andrew Bartlett
* Back out idra's change (at his request) - the values in the tdb *should* beAndrew Bartlett2002-08-061-1/+1
| | | | | | | | | | upper cased already. However, if you created your registry tdb in the very early versions of jerry's patch, you could find that usrmgr doesn't function. Simply delete the registry.tdb, it will be recreated on startup. Andrew Bartlett
* fixed 'net ads chostpass' for new ads structuresAndrew Tridgell2002-08-061-1/+11
|
* when using netbios lookup methods make sure we try any BDCs even ifAndrew Tridgell2002-08-061-9/+21
| | | | we get a response from WINS for a PDC, if the PDC isn't responding.
* fixed a memory corruption bug in ads_try_dns()Andrew Tridgell2002-08-061-3/+3
|
* Compile fix for new cli_lsa_enum_trust_dom() argument list.Tim Potter2002-08-061-2/+2
|
* fixed a memory corruption bug in the wins codeAndrew Tridgell2002-08-061-1/+1
|