summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Merge from HEAD - vl's fix to my const patch. Also update the 'not have_krb5'Andrew Bartlett2003-01-041-1/+1
* The winbind in Samba 3.0 doesn't use the 'proof' for ntlm_auth_crap, so don'tAndrew Bartlett2003-01-041-1/+0
* Merge from HEAD - do an nt_errstr(nt_status) *after* assiging nt_status withAndrew Bartlett2003-01-041-1/+1
* Make it clear that the credentials are being setup on the NETLOGON channel, andAndrew Bartlett2003-01-041-3/+3
* Merge from HEAD - we already have one function for converting a unistr2 to aAndrew Bartlett2003-01-043-42/+25
* Merge from HEAD - extract user's list of SIDs from their NT_TOKEN and returnAndrew Bartlett2003-01-042-10/+37
* Merge from HEAD - don't base RID on a name being the lp_guest_account(), letAndrew Bartlett2003-01-041-2/+0
* Merge from HEAD - baseless parinoia about never having a closed dbf (the debugAndrew Bartlett2003-01-041-2/+4
* Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett2003-01-045-207/+359
* Merge from HEAD - move user password changes into the NTSTATUS era, and addAndrew Bartlett2003-01-043-50/+89
* Missed from previous commit - merge from HEAD the changes to the remoteAndrew Bartlett2003-01-041-4/+8
* Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett2003-01-044-36/+22
* Fix another pstring/fstring typoAndrew Bartlett2003-01-041-1/+1
* Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison2003-01-035-586/+544
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-037-18/+89
* make sure we create the PIDDIR and LOCKDIR from installdirsGerald Carter2003-01-031-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-03131-1190/+1199
* Fixed some simple typos, including one that would cause the wrong valueChristopher R. Hertel2003-01-031-2/+2
* Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett2003-01-037-7/+18
* Merge from HEAD - tridge's new timegm() that actually works on solaris.Andrew Bartlett2003-01-031-18/+15
* Merge from HEAD - remove silly 'NT or LM# as password' stuff from pam_smbpass.Andrew Bartlett2003-01-031-19/+0
* pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison2003-01-021-5/+5
* Typo..Jeremy Allison2003-01-021-1/+1
* Merge Andrew Bartletts (size_t)-1 checks.Jeremy Allison2003-01-022-4/+4
* WITH_SENDFILE #ifdef merged from SAMBA_2_2Gerald Carter2003-01-021-1/+1
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-01-021-0/+729
|\
| * BIG patch...Andrew Bartlett2003-01-02138-1215/+1225
| * Document the size constraints on a write request.Richard Sharpe2003-01-011-2/+5
| * Move our password change code along a little - use NTSTATUS, and implmenetAndrew Bartlett2003-01-013-50/+89
| * fix for bad check spotted by Ray Simard <ray@sylvan-glade.com>Simo Sorce2002-12-311-1/+1
| * ignore tdbsam2_parse_info.hSimo Sorce2002-12-311-0/+1
| * Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison2002-12-302-0/+10
| * fix also net rpc shutdownSimo Sorce2002-12-301-10/+1
| * the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce2002-12-305-32/+31
| * Port the fix to cli_setup_write to handle offsets greater than 32-bits fromRichard Sharpe2002-12-301-2/+12
| * Add a new VFS module, that just fiddles the file permissions. Still need toAndrew Bartlett2002-12-302-1/+478
| * Add msdfs proxy functionality to HEAD.Shirish Kalele2002-12-293-24/+59
| * Revert by Simo's request. HEAD and 3.0 should be in sync forJeremy Allison2002-12-281-10/+2
| * some more work on gums.Simo Sorce2002-12-283-36/+533
| * Patch for coredump with missing arg from "Bradley W. Langhorst" <brad@langhor...Jeremy Allison2002-12-281-1/+8
| * For some reason, the configure tests for sendfile support in FreeBSDRichard Sharpe2002-12-272-741/+740
| * Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-2314-30/+29
| * the 'padding' field in the query domain info reply is not a paddingAndrew Tridgell2002-12-231-2/+8
| * talloc_init_named -> talloc_init.Jeremy Allison2002-12-229-18/+18
| * Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-2040-84/+179
| * Fixed bug in debug statement when tconX fails.Tim Potter2002-12-201-1/+1
| * Protect nmbd against malformed reply packets. Some reports on the lists showingJeremy Allison2002-12-191-1/+10
| * merge from 2.2 fix for smbclient large filesHerb Lewis2002-12-192-19/+27
| * merge from 2.2Herb Lewis2002-12-191-0/+2
| * app_head merge for get_friendly_nt_err()Gerald Carter2002-12-171-2/+2