summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-032-0/+14
* | Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-022-6/+2916
* | Fix noticed by John Trostel - we need to return our account SID for level 5.Jeremy Allison2001-05-021-2915/+1
* | Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison2001-05-011-1/+1
* | Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-012-1/+49
* | Ensure correct password change script gets selected --with-pam.Jeremy Allison2001-04-301-0/+4
* | Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-301-3/+6
* | - fixed some compiler warningsAndrew Tridgell2001-04-282-10/+12
* | - added test for vasprintfAndrew Tridgell2001-04-287-40/+252
* | added asprintf testAndrew Tridgell2001-04-281-0/+3
* | rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-284-394/+174
* | C99 test for snprintfAndrew Tridgell2001-04-271-0/+1
* | converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-252-6/+2
* | Re-ran autoheader; autoconf to fix pam_smb build.Jeremy Allison2001-04-251-0/+5
* | Fix "proc num out of range" error. Missing rpc call.Jeremy Allison2001-04-232-2/+20
* | Added "obey pam restrictions" parameter - default to "off".Jeremy Allison2001-04-231-0/+1
* | Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-231-3/+3
* | Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-221-1/+1
* | merging from 2.2 to headAndrew Tridgell2001-04-221-4/+17
* | merge from 2.2Andrew Tridgell2001-04-183-6/+27
* | Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-2/+22
* | Merge of changes from 2.2.Jeremy Allison2001-04-181-0/+30
* | AIX ACLs donated by IBM.Jeremy Allison2001-04-172-0/+48
* | hide unreadable patch from idraAndrew Tridgell2001-04-161-0/+1
* | Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison2001-04-141-0/+1
* | configure:Jeremy Allison2001-04-144-2/+18
* | Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison2001-04-131-0/+5
* | Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-132-8/+3
* | Updated Major/Minor version to 4.50 - see notes.John Terpstra2001-04-131-10/+14
* | As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-1/+12
* | forgot one thingGerald Carter2001-04-121-0/+4
* | still working on itGerald Carter2001-04-121-6/+13
* | Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison2001-04-121-2/+2
* | To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-112-0/+2
* | Fix for core dump in security = share code with new share security db.Jeremy Allison2001-04-111-1/+7
* | Fixed --with-automount compile error.Jeremy Allison2001-04-101-0/+2
* | Use message system to notify when smb.conf is updated.Jeremy Allison2001-04-101-0/+2
* | looking towards abstracting the passdb and uidmapping interfaces.Gerald Carter2001-04-091-0/+66
* | Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison2001-04-092-3/+10
* | Added set/get SD's on shares. Check before tcon.Jeremy Allison2001-04-091-1/+1
* | Added per-share security tdb. Tidied up many slprintfs (need -1 on length).Jeremy Allison2001-04-081-0/+2
* | Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison2001-04-071-0/+4
* | Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison2001-04-062-0/+20
* | Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison2001-04-062-0/+25
* | We can now use server manager to look at Samba shares. NT still expects a ":"Jeremy Allison2001-04-062-21/+3
* | Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.Jeremy Allison2001-04-051-45/+6
* | I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison2001-04-042-5/+83
* | Fix for broken RelientUNIX.Jeremy Allison2001-04-041-1/+1
* | Sync up with new NT forms code.Jeremy Allison2001-04-031-0/+42
* | Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison2001-04-033-0/+51