summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2002-09-17Actually use sendfile if selected.Jeremy Allison1-2/+5
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-1/+8
2002-09-17Added --with-ads option, defaults to yes. If you run ./configureTim Potter2-3/+4
2002-09-17Added FreeBSD sendfile configure tests. Richard please test...Jeremy Allison1-0/+1
2002-09-17Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison1-0/+1
2002-09-17Added autoconf detection for sendfile for Linux. lib/sendfile.c codeJeremy Allison1-0/+4
2002-09-16Changed Major/Minor version info reported to Server Manager to 4.9.John Terpstra1-8/+12
2002-09-15Make current_sam_methods a const - Patch by Kai KrügerJelmer Vernooij1-3/+3
2002-09-13Updated some comments in the NET_USER_INFO_3 structure for the other_sidsTim Potter1-3/+3
2002-09-12Changed profile version number to 7 - added sendfile statistics.Jeremy Allison1-1/+1
2002-09-12First cut at portable sendfile code. Only used in readX at the momentJeremy Allison1-0/+3
2002-09-11Ensure we've failed a lock with a lock denied message before automaticallyJeremy Allison1-6/+9
2002-09-10change notify merge from APP_HEADGerald Carter1-2/+14
2002-09-09Merged Steve French's fix for OS/2 EA return error being removed.Jeremy Allison1-9/+12
2002-09-08Patch from Kai Krüger for the new SAM systemJelmer Vernooij1-2/+9
2002-09-07Winbind client-side cleanups.Andrew Bartlett2-2/+2
2002-09-06As per the 'OK' at CIFS2002, only use the readline headers (and this crasyAndrew Bartlett1-18/+0
2002-09-06Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to theAndrew Bartlett1-2/+5
2002-09-06This commit includes part of the patch from metze posted to the list, and a fewAndrew Bartlett1-30/+46
2002-09-06patch from metze: add a 'vfs' debug classAndrew Bartlett1-1/+1
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-21/+103
2002-09-06Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype forAndrew Bartlett2-2/+12
2002-09-05Move the fancy NT_STATUS macros to a new file, so we can include them earlierAndrew Bartlett3-38/+63
2002-09-04Added better error code on out of space. Removed total jobs check - notJeremy Allison1-5/+8
2002-09-04Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison3-4/+9
2002-09-03Change JOB_INFO_CTR to return a pointer to an array rather than array of poin...Tim Potter1-2/+2
2002-09-02small typo, kai is german :-)Volker Lendecke1-1/+1
2002-08-30convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell1-5/+1
2002-08-29Put in patch from metze (Stefan Metzmacher) to:Jelmer Vernooij1-141/+135
2002-08-28Return correct FILE_SUPERSEDED response - IFSTEST strikes again...Jeremy Allison1-0/+1
2002-08-28Silly of me to only test this with --with-sam and not without. Doh!Jelmer Vernooij1-2/+0
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij4-3/+267
2002-08-26Header file change from last commit.Andrew Bartlett1-0/+1
2002-08-23Merged initial allocation code for IFSTEST fix.Jeremy Allison3-2/+3
2002-08-22Added some new delta types discovered by Ronnie from ethereal"Tim Potter1-23/+28
2002-08-22typos typos :)Simo Sorce1-2/+0
2002-08-22Spelling fixes.Tim Potter1-5/+7
2002-08-21NETLOGON NetServerAuthenticate3 include and parser fileJean-François Micouleau1-11/+30
2002-08-21Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij1-0/+4
2002-08-21Handle wrap-around on this number by making it unsigned.Andrew Bartlett1-1/+1
2002-08-20IFSTEST fixes for open fid, nametoolong.Jeremy Allison1-11/+12
2002-08-20cannot use casts in the DLIST_xxx macrosHerb Lewis1-1/+1
2002-08-20Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2-4/+5
2002-08-19the SMBD_SELECT_TIMEOUT_WITH_PENDING_LOCKS macro isn't needed any moreAndrew Tridgell1-1/+0
2002-08-19we now receive and parse the main cldap netlogon reply.Andrew Tridgell1-0/+1
2002-08-18* fix Get/SetPrinterDataEx() to work with printer key otherGerald Carter1-0/+1
2002-08-17preparing for release of 3.0-alpha19Samba Release Account1-1/+1
2002-08-17preparing for release of 19Samba Release Account1-1/+1
2002-08-17fix seg fault in _spoolss_enumprinterkey after changes...Gerald Carter1-0/+1
2002-08-16Fairly large change to printing code.Gerald Carter1-10/+21