Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | If a debug class was explicitly set to zero the debug system would not | Tim Potter | 2001-06-01 | 1 | -14/+36 | |
| | | | | | | | | | | | | | | | | recognise it as there was no distinction made between zeroing a debug class and just not setting it to anything. I've added a debuglevel_isset array in parallel with the debuglevel_class array to fix this. Added a couple of new debug classes which I might start filling out to get smb, rpc header and rpc marshall/unmarshalling debugs tidied up. Fixed a bunch of cut&paste bugs in include/debug.h Modified smbcontrol and the messaging system debug handler to like the debuglevel_isset stuff. | |||||
* | Rename bzero -> memset. | Jeremy Allison | 2001-05-31 | 1 | -55/+81 | |
| | | | | | Check returns from *all* mallocs (including strdups). Jeremy. | |||||
* | Fixed compiler warning. | Tim Potter | 2001-05-29 | 1 | -2/+2 | |
| | ||||||
* | 4 new functions to retrieve single linked list of group and passwd entries | Simo Sorce | 2001-05-29 | 1 | -0/+185 | |
| | | | | | + a fix to an infinite loop in srv_samr_nt.c caused by misuse of setgrent/getgrent/endgrent solved by these new functions | |||||
* | Fixup the large_writex problem (a large_writex can send a full 64k of data, | Jeremy Allison | 2001-05-24 | 1 | -24/+27 | |
| | | | | | we already have space for this we just need to understand the length correctly). Jeremy. | |||||
* | Fix for random stream generator. | Jeremy Allison | 2001-05-24 | 1 | -168/+186 | |
| | | | | Jeremy. | |||||
* | Check sizes of data entries in connections.tdb before deciding they're crecs... | Jeremy Allison | 2001-05-15 | 1 | -1/+5 | |
| | | | | | We will need this when we use finer grained locking for max connections. Jeremy. | |||||
* | string_hash() should be static. hash_clear() should be void. | Jeremy Allison | 2001-05-12 | 1 | -6/+4 | |
| | | | | Jeremy. | |||||
* | Added talloc_strdup() funcion. | Tim Potter | 2001-05-11 | 1 | -0/+6 | |
| | ||||||
* | Needs to be >=, not just >. | Jeremy Allison | 2001-05-10 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow ↵ | Jeremy Allison | 2001-05-10 | 1 | -3/+5 | |
| | | | | | | <rain@bluecherry.net>. Jeremy. | |||||
* | Added sid_peek_rid() function to return the rid of a sid. Saves mucking | Tim Potter | 2001-05-10 | 1 | -0/+13 | |
| | | | | around with copying a sid to a temporary variable and using sid_split_rid(). | |||||
* | Bumped up debug level on set socket options from 3 to 5. | Tim Potter | 2001-05-10 | 1 | -2/+2 | |
| | ||||||
* | Hey what happened to my debug messages? Early exit from reopen_logs() | Tim Potter | 2001-05-07 | 1 | -0/+11 | |
| | | | | if using stdout_logging. | |||||
* | removed need for scandir in client.c | Andrew Tridgell | 2001-05-07 | 1 | -1/+3 | |
| | | | | fixed possible bug with readdirname on systems with NAMELEN != strlen | |||||
* | Preliminary merge of winbind into HEAD. Note that this compiles and links | Tim Potter | 2001-05-07 | 1 | -21/+0 | |
| | | | | but I haven't actually run it yet so it probably doesn't work. (-: | |||||
* | fix interfaces.c for aix 3.2.5 | Andrew Tridgell | 2001-05-07 | 1 | -2/+0 | |
| | ||||||
* | Some versions of readline don't have rl_completion_func_t. )-: | Tim Potter | 2001-05-07 | 1 | -2/+1 | |
| | | | | Spotted by http://build.samba.org/ | |||||
* | Fixed compiler warning. | Tim Potter | 2001-05-07 | 1 | -1/+2 | |
| | ||||||
* | replace modf so we don't need the math library | Andrew Tridgell | 2001-05-06 | 1 | -4/+39 | |
| | ||||||
* | Merging Gerald's PDC SAM name fix. | Jeremy Allison | 2001-05-03 | 1 | -13/+76 | |
| | | | | Jeremy. | |||||
* | Had to add a "pam password change" parameter (defaults to "off") and inlined | Jeremy Allison | 2001-05-02 | 1 | -5/+5 | |
| | | | | | | | | | | | the pam password change code to ensure that existing and working password chat scripts don't break with 2.2.1. PAM password changing has to be explicitly requested. Allowed wildcards in pam password change matching (matches password chat script matching). Had to add const (sorry Tim :-) to ms_fnmatch() to stop warnings. Don't worry - the const changes are isolated and don't cause any other warnings :-). Jeremy. | |||||
* | Fixed password entry caching bug pointed out by Elrond. | Jeremy Allison | 2001-04-30 | 1 | -14/+25 | |
| | | | | Jeremy. | |||||
* | don't need slprintf.c any more | Andrew Tridgell | 2001-04-28 | 1 | -24/+0 | |
| | ||||||
* | - added test for vasprintf | Andrew Tridgell | 2001-04-28 | 3 | -122/+17 | |
| | | | | | | | | - cleaned up GNUC printf attribute macros - added enum handling in mkproto - removed non-vararg code - made slprintf and vslprintf just macros for snprintf and vsnprintf - don't need slprintf code any more | |||||
* | got asprintf defn right | Andrew Tridgell | 2001-04-28 | 1 | -11/+12 | |
| | ||||||
* | few cleanups to bring in line with 2.2 | Gerald Carter | 2001-04-28 | 1 | -1/+0 | |
| | ||||||
* | More debug %d -> %u issues. | Jeremy Allison | 2001-04-27 | 1 | -4/+4 | |
| | | | | Jeremy. | |||||
* | More %d (uid_t) stuff... | Jeremy Allison | 2001-04-27 | 1 | -3/+3 | |
| | | | | Jeremy. | |||||
* | Don't use variables called "acl" as it's the name of a function in Solaris. | Jeremy Allison | 2001-04-27 | 1 | -13/+13 | |
| | | | | Jeremy. | |||||
* | added much better snprintf code, plus new function asprintf | Andrew Tridgell | 2001-04-27 | 1 | -734/+714 | |
| | ||||||
* | Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercase | Jeremy Allison | 2001-04-25 | 1 | -2/+12 | |
| | | | | | domain name. Jeremy. | |||||
* | Fix proto's in old code. | Jeremy Allison | 2001-04-21 | 1 | -21/+9 | |
| | | | | Jeremy. | |||||
* | merge from 2.2 | Gerald Carter | 2001-04-20 | 1 | -1/+1 | |
| | ||||||
* | merge from 2.2 | Gerald Carter | 2001-04-19 | 1 | -2/+2 | |
| | ||||||
* | Removed mktemp from HEAD - same as done in 2.2. | Jeremy Allison | 2001-04-18 | 1 | -39/+4 | |
| | | | | Jeremy. | |||||
* | Merged Andrew's wfw fix (2). | Jeremy Allison | 2001-04-17 | 1 | -2/+5 | |
| | | | | Jeremy. | |||||
* | AIX ACLs donated by IBM. | Jeremy Allison | 2001-04-17 | 2 | -4/+988 | |
| | | | | | Merge Andrew's fnmatch fix for WfW. Jeremy. | |||||
* | Added Darwin guess. | Jeremy Allison | 2001-04-15 | 1 | -88/+93 | |
| | | | | | | lib/util_str.c: Excellent patch from Kenichi Okuyama <okuyamak@dd.iij4u.or.jp> to speed up trim_string handling ! Jeremy. | |||||
* | Removed one samba-bugs ref. from source. | Jeremy Allison | 2001-04-14 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. Changed | Jeremy Allison | 2001-04-14 | 1 | -0/+9 | |
| | | | | | | a bit to use AC_TRY_LINK to ensure functions are available for link instead of AC_TRY_COMPILE. Jeremy. | |||||
* | Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentially | Jeremy Allison | 2001-04-13 | 1 | -0/+28 | |
| | | | | | | return a malloced area so added sys_acl_free_qualifier() calls to all supported ACL interfaces to code with this (only Linux needs actual free call). Jeremy. | |||||
* | Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hard | Jeremy Allison | 2001-04-13 | 1 | -0/+24 | |
| | | | | | limit before setting soft limit. Jeremy. | |||||
* | Merge of Andrew's changes in 2.2. | Jeremy Allison | 2001-04-13 | 2 | -7/+5 | |
| | | | | Jeremy. | |||||
* | As Andrew suggested, make smbrun return a fd for a deleted file which can then | Jeremy Allison | 2001-04-13 | 3 | -77/+96 | |
| | | | | | be read. Jeremy. | |||||
* | Can't use space in random string used for exec. | Jeremy Allison | 2001-04-12 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn't | Jeremy Allison | 2001-04-12 | 1 | -0/+24 | |
| | | | | | | | exist for printer. Rather than using pid for suffix, use a 16 byte random string. Created generate_random_str() function in genrand.c. Still needs more testing but this is the way to go. Jeremy. | |||||
* | Merged John's changes. | Jeremy Allison | 2001-04-12 | 1 | -3/+3 | |
| | | | | Jeremy. | |||||
* | To stop people complaining about the mktemp call, move it into lib/util.c. ↵ | Jeremy Allison | 2001-04-11 | 3 | -2/+15 | |
| | | | | | | | | Thanks to Andrew for all this code. Fixed extra line in lib/sysacls.c that broke XFS ACL code. Jeremy. | |||||
* | Changed the order of -kPIC and -kpic. | Jeremy Allison | 2001-04-11 | 1 | -4/+6 | |
| | | | | | Added patch from Michael Davidson <md@sco.COM> for Solaris/Unixware ACLS. Jeremy. |