summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Whoops - that wasn't a whitespace syncup after all.Tim Potter2003-05-071-0/+2
| |
* | Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison2003-05-071-3/+2
| | | | | | | | Jeremy.
* | We used to use the name "*",0x0 here, but some WindowsJeremy Allison2003-05-071-1/+9
| | | | | | | | | | | | | | | | servers don't answer that name. However we *know* they have the name workgroup#1b (as we just looked it up). So do the node status request on this name instead. Found at LBL labs. Jeremy.
* | More stuffing, this turkey will soon be done!John Terpstra2003-05-061-0/+16
| |
* | Fix <!DOCTYPE>'sJelmer Vernooij2003-05-062-2/+4
| |
* | Add generating text versions of the docs using xmltoJelmer Vernooij2003-05-061-3/+18
| |
* | Check for xmlto. Not required and not used (yet)Jelmer Vernooij2003-05-062-1754/+505
| |
* | Merge from HEAD.John Terpstra2003-05-061-1/+1
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-05-061-0/+45
|\|
| * sort out some include dependenciesSimo Sorce2003-05-064-33/+65
| | | | | | | | split out privileges from rpc_lsa.h
| * add mapping.h hereSimo Sorce2003-05-061-0/+1
| |
| * restore structures from previous erroneous commitSimo Sorce2003-05-061-22/+30
| |
| * Hackety, hackety, hack. More edits.John Terpstra2003-05-064-295/+434
| |
| * Fix typo.John Terpstra2003-05-051-1/+1
| |
| * Turn off using lsa_qos.Rafal Szczesniak2003-05-051-5/+2
| | | | | | | | Rafal
| * More updates.John Terpstra2003-05-052-14/+35
| |
| * Fixing Syntax Problems.John Terpstra2003-05-051-26/+20
| |
| * A good reason to use make variables instead of autoconf substitutionsTim Potter2003-05-051-2/+1
| | | | | | | | | | | | | | | | | | directly - fixed problem where the last line of the link command was '\ @LDAP_LIBS@'. If @LDAP_LIBS@ is zero then the backslash incorrectly includes the next line of the Makefile in the current target. This should fix a bucketload of build farm failures.
| * Fixed typo introduced when reverting patch from revision 1.19Tim Potter2003-05-051-1/+1
| |
| * AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter2003-05-052-12/+7
| | | | | | | | | | Also merged a little bit of abartlet's recent configure.in change of duplicated IRIX stuff.
| * Updatting docs further. More to come.John Terpstra2003-05-053-213/+316
| |
| * move some things aroundSimo Sorce2003-05-044-138/+171
| |
| * More updates.John Terpstra2003-05-041-28/+97
| |
| * Update.John Terpstra2003-05-041-2/+60
| |
* | A few more little fixes, a few more edits, a bit lost here, and a lot gained ↵John Terpstra2003-05-064-295/+434
| | | | | | | | | | | | there! :) This documentation process is tedious, but noone will notice it anyhow! :)
* | Update list of possible acctFlag valuesJelmer Vernooij2003-05-061-2/+1
| |
* | Remove unused variablesJelmer Vernooij2003-05-061-4/+0
| |
* | Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij2003-05-066-4/+166
| |
* | There appears to be no reason why we have to execute theTim Potter2003-05-062-60/+45
| | | | | | | | | | | | | | | | | | | | initialisation code in winbindd_init_common() after the fork when running in dual daemon mode. The only tricky bit is we have to run a tdb_reopen_all() somewhere in the child to avoid tdb corruption. Fixed bug #60.
* | Fix up some of the warnings that the build farm is finding ...Richard Sharpe2003-05-051-3/+2
| |
* | Fix typo.John Terpstra2003-05-051-1/+1
| |
* | Syncronize head editreg.c with 3.0.0 ...Richard Sharpe2003-05-051-93/+1200
| |
* | We also get back the LM session key on pure 'NTLM' logins.Andrew Bartlett2003-05-051-1/+16
| | | | | | | | Andrew Bartlett
* | Turn off using lsa_qos in OpenPolicy call. This way we avoid annoyingRafal Szczesniak2003-05-051-2/+2
| | | | | | | | | | | | | | debug msg while establishing trust and listing relations of Samba PDC. Rafal
* | More updates.John Terpstra2003-05-052-14/+35
| |
* | Add some comments.Andrew Bartlett2003-05-051-0/+34
| |
* | Add a new entry to make check. If we have compiled python extensions,Tim Potter2003-05-052-1/+52
| | | | | | | | | | run the pythoncheck.py test. At the moment this just checks every python extension can be imported sucessfully.
* | Fix for bug #60. Our autoconf code adds both libraries and linkerTim Potter2003-05-051-21/+30
| | | | | | | | | | flags in the $LIBS make variable. Separate the two so the python extensions can build.
* | Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett2003-05-053-13/+25
| | | | | | | | | | | | | | | | key, so we can test it in ntlm_auth. I suspect the 'lm' version doesn't exist, but it's easy to change back. Andrew Bartlett
* | Add some more tests to the ntlm_auth diagnositics package.Andrew Bartlett2003-05-051-9/+373
| | | | | | | | | | | | | | | | | | | | | | | | Our NTLMv2 client code needs work, becouse we don't get the session key for any of the NTLMv2 stuff... Also test some of the more 'odd' auth cases - like putting the NT password into the LM feild. Clean up some static globals into static locals. Andrew Bartlett
* | Fixing syntax problems.John Terpstra2003-05-051-26/+20
| |
* | Merge of backslash @LDAP_LIBS@ fix from HEAD.Tim Potter2003-05-051-2/+1
| |
* | Fixed typo introduced in reverted patch from version 1.12.4.5Tim Potter2003-05-051-1/+1
| |
* | Fix some compiler warnings.Tim Potter2003-05-051-4/+1
| |
* | AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter2003-05-052-5/+6
| |
* | Updatting docs further. More to come.John Terpstra2003-05-053-213/+316
| |
* | More updates.John Terpstra2003-05-041-28/+97
| |
* | Patch from Ken Cross to allow an ADS domain join with a username of the formAndrew Bartlett2003-05-042-3/+19
| | | | | | | | | | | | user@realm, where realm might not be the realm we are joining. Andrew Bartlett
* | Updating ServerType. Now almost complete.John Terpstra2003-05-041-2/+60
| |
* | Add doco to our SMB signing code.Andrew Bartlett2003-05-041-5/+32
| | | | | | | | | | | | | | | | This should make it clearer what magic numbers refer to the magic numbers in the CIFS spec, and what bits and peices are being appended into the MD5 calculation where. Andrew Bartlett