summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter2001-06-181-65/+4
* removed need for scandir in client.cAndrew Tridgell2001-05-071-1/+3
* Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-39/+4
* Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison2001-04-131-0/+24
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-2/+3
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-111-0/+14
* Fixed --with-automount compile error.Jeremy Allison2001-04-101-2/+2
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* Patch to make automount lookup fallback to get home directory from getpwnam.Jeremy Allison2001-03-261-19/+25
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-1/+1
* started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell2001-03-101-0/+9
* - neater setting of bccAndrew Tridgell2001-02-201-6/+16
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-51/+0
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-15/+35
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-271-131/+0
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-1/+1
* Changed name of case_sensitive in mask_match to avaid gcc "shadow global"Jeremy Allison2000-05-171-4/+2
* Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2000-05-021-102/+6
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-3/+3
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-604/+53
* YIPEE!!!!!Andrew Tridgell2000-04-301-1/+1
* moved the INSURE hook into util.cAndrew Tridgell2000-04-241-0/+26
* if using insure then don't close fd 2Andrew Tridgell2000-04-231-1/+4
* return NULL for a zero size memdupAndrew Tridgell2000-04-221-0/+1
* moved standard_sub() and friends into a separate moduleAndrew Tridgell2000-04-171-269/+1
* added standard_sub_snum() function for modules that don't haveAndrew Tridgell2000-04-151-1/+8
* Removed "ole locking compat" parameter (no longer used).Jeremy Allison2000-04-121-34/+1
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-111-25/+0
* add an align4() functionAndrew Tridgell2000-04-111-1/+14
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-51/+2
* moved nmblib-specific code from util.c to nmblib.c.Luke Leighton2000-03-271-191/+0
* Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-101-5/+5
* changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2000-03-061-14/+20
* Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi...Jeremy Allison2000-02-091-2/+3
* Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2000-02-071-0/+12
* Comments to use vfs_* functions instead of dos_* unless reallyTim Potter2000-02-031-1/+3
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-251-137/+1
* Added "inherit permissions" patch.Jeremy Allison2000-01-141-0/+28
* Fixed bug in unix_mask_match() that caused veto files not to work.Jeremy Allison2000-01-111-31/+9
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-5/+4
* Generic wildcard matching fix from weidel@multichart.de.Jeremy Allison2000-01-061-19/+80
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-0/+15
* got rid of mem_manAndrew Tridgell2000-01-031-7/+0
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-0/+21
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-873/+583
* changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-121-3/+3
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-9/+237
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-1/+6
* OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1999-12-091-2/+9
* added get_any_dc_name() function.Luke Leighton1999-12-021-0/+1