Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Jim McDonough's parse patches for Win9x get SD calls. | Jeremy Allison | 2001-06-15 | 2 | -0/+26 | |
| | | | | | | | | Jeremy. | |||||
| * | Prototype update. | Tim Potter | 2001-06-15 | 1 | -0/+3 | |
| | | ||||||
| * | Add password length field to SAM_USER_INFO24 structure and fix init | Tim Potter | 2001-06-15 | 1 | -0/+1 | |
| | | | | | | | | and parse function. | |||||
| * | Oops - proto.h contained junk from another workarea. | Tim Potter | 2001-06-13 | 1 | -13/+5 | |
| | | ||||||
| * | Added some msdfs client routines. | Tim Potter | 2001-06-13 | 1 | -595/+619 | |
| | | ||||||
| * | Make message receive fn static. | Jeremy Allison | 2001-06-13 | 1 | -2/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix. | Jeremy Allison | 2001-06-08 | 1 | -594/+596 | |
| | | | | | | | | | | | | Will add changes for other supported ACL systems shortly (Herb, I may need help with the IRIX one). Jeremy. | |||||
| * | Extra stuff for large readwrite support. | Jeremy Allison | 2001-06-08 | 2 | -5/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | Added getconf flags for RH7.1 lfs support. Changed while() to a for() | Jeremy Allison | 2001-06-06 | 1 | -3/+3 | |
| | | | | | | | | | | loop in Simo's code (removes much grp = gep->next code). Jeremy. | |||||
| * | Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead of | Tim Potter | 2001-06-06 | 1 | -2/+2 | |
| | | | | | | | | static arrays. | |||||
| * | Prototypes update. | Tim Potter | 2001-06-06 | 1 | -3/+29 | |
| | | ||||||
| * | Compile fix for Solaris. | Tim Potter | 2001-06-04 | 1 | -8/+29 | |
| | | ||||||
| * | Compile fix for wbinfo on solaris. | Tim Potter | 2001-06-04 | 1 | -0/+3 | |
| | | ||||||
| * | Update prototype file. | Tim Potter | 2001-06-02 | 1 | -13/+0 | |
| | | ||||||
| * | Oops. | Tim Potter | 2001-06-01 | 1 | -1/+15 | |
| | | ||||||
| * | If a debug class was explicitly set to zero the debug system would not | Tim Potter | 2001-06-01 | 1 | -13/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | Added a comment. | Tim Potter | 2001-06-01 | 1 | -0/+1 | |
| | | ||||||
* | | Added other_safe_chars to alpha_strcpy(). Better fix for problem. | Jeremy Allison | 2001-06-23 | 2 | -451/+474 | |
| | | | | | | | | Jeremy. | |||||
* | | Get ready for fix release. | Jeremy Allison | 2001-06-23 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | This commit was manufactured by cvs2svn to create branch | cvs2svn Import User | 2001-05-31 | 1 | -0/+45 | |
|\ \ | | | | | | | 'SAMBA_2_2_RELEASE'. | |||||
| * | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-05-31 | 1 | -0/+45 | |
| |\| | ||||||
| | * | fixed asprintf declaration | Andrew Tridgell | 2001-05-30 | 1 | -6/+3 | |
| | | | ||||||
| | * | - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add | Andrew Tridgell | 2001-05-30 | 2 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | tests for a fn or variable being defined in headers - used this to add prototypes for asprintf and vasprintf on systems that don't have them | |||||
| | * | new proto.h | Andrew Tridgell | 2001-05-30 | 1 | -565/+567 | |
| | | | ||||||
| | * | 4 new functions to retrieve single linked list of group and passwd entries | Simo Sorce | 2001-05-29 | 3 | -565/+621 | |
| | | | | | | | | | | | | | | | + a fix to an infinite loop in srv_samr_nt.c caused by misuse of setgrent/getgrent/endgrent solved by these new functions | |||||
| | * | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value. | Jeremy Allison | 2001-05-25 | 1 | -1/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | Fixup the large_writex problem (a large_writex can send a full 64k of data, | Jeremy Allison | 2001-05-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | we already have space for this we just need to understand the length correctly). Jeremy. | |||||
| | * | Added structures for LOGON_CTRL rpc. | Tim Potter | 2001-05-24 | 2 | -24/+95 | |
| | | | | | | | | | | | | Make proto. | |||||
| | * | This is *very* cool. I'm pretty convinced we can just set the | Jeremy Allison | 2001-05-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | CAP_LARGE_READX|CAP_LARGE_WRITEX bits on negprot and out W2K performance goes through the roof...... And as we *always* offer 64 buffers we can do this with this simple change..... Jeremy. | |||||
| | * | Try to fix build by adding autoconf tests for pam headers. | Jeremy Allison | 2001-05-22 | 1 | -0/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | Defensive brlock and locking database cleaning code. | Jeremy Allison | 2001-05-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | Use canonical mappings for file controls. Fixes W2KSP2 profile problems (I | Jeremy Allison | 2001-05-18 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | think....). Jeremy. | |||||
| | * | make proto | Gerald Carter | 2001-05-18 | 1 | -0/+19 | |
| | | | ||||||
| | * | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 2001-05-18 | 1 | -0/+1 | |
| | | | ||||||
| | * | Fix the W2KSP2 joining a Samba domain problem. | Jeremy Allison | 2001-05-18 | 1 | -1/+5 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | merge from 2.2 DeletePrinterDriver() server side stud coming | Gerald Carter | 2001-05-17 | 1 | -1/+18 | |
| | | | | | | | | | | | | in separate commit after I get it working in 2.2. | |||||
| | * | ran make proto | Andrew Tridgell | 2001-05-17 | 1 | -4/+0 | |
| | | | ||||||
| | * | Ran a make proto to fix the problems ... | Richard Sharpe | 2001-05-17 | 1 | -2/+5 | |
| | | | ||||||
| * | | fixed asprintf declaration | Andrew Tridgell | 2001-05-30 | 1 | -9/+3 | |
| | | | ||||||
| * | | merged configure updates from head | Andrew Tridgell | 2001-05-30 | 3 | -0/+14 | |
| | | | ||||||
| * | | Update to set random seed between new smbd's atomically. | Jeremy Allison | 2001-05-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | CVS Access back at last (from the Tokyo Hilton... :-). Jeremy. | |||||
| * | | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value. | Jeremy Allison | 2001-05-25 | 1 | -1/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixup the large_writex problem (a large_writex can send a full 64k of data, | Jeremy Allison | 2001-05-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | we already have space for this we just need to understand the length correctly). Jeremy. | |||||
| * | | This is *very* cool. I'm pretty convinced we can just set the | Jeremy Allison | 2001-05-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | CAP_LARGE_READX|CAP_LARGE_WRITEX bits on negprot and out W2K performance goes through the roof...... And as we *always* offer 64 buffers we can do this with this simple change..... Jeremy. | |||||
| * | | Try to fix build by adding autoconf tests for pam headers. | Jeremy Allison | 2001-05-22 | 1 | -0/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Clean up the brlock database on exit as well as init. | Jeremy Allison | 2001-05-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Use canonical mappings for file controls. Fixes W2KSP2 profile problems (I | Jeremy Allison | 2001-05-18 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | think....). Jeremy. | |||||
| * | | make proto | Gerald Carter | 2001-05-18 | 1 | -0/+2 | |
| | | | ||||||
| * | | new error code - ERROR_PRINTER_DRIVER_IN_USE | Gerald Carter | 2001-05-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fixed the w2ksp2 joining a domain bug. | Jeremy Allison | 2001-05-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. |