Age | Commit message (Expand) | Author | Files | Lines |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 10 | -171/+232 |
2001-08-31 | Fix up some compile issues. We can't have C99 comments and add a smattering | Andrew Bartlett | 2 | -3/+3 |
2001-08-28 | Merge of sam sync code from TNG. | Tim Potter | 2 | -0/+898 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 5 | -48/+48 |
2001-08-24 | Fixed malloc -> talloc problems pointed out by Simo. | Jeremy Allison | 1 | -7/+7 |
2001-08-22 | merge from 2.2 | Gerald Carter | 1 | -9/+14 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 2 | -17/+36 |
2001-08-10 | Merge in the NT drivers changes from 2.2. | Jeremy Allison | 1 | -1/+1 |
2001-08-10 | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 1 | -6/+211 |
2001-08-07 | A collection of fixes/cleanups to the security descriptor code by | Tim Potter | 1 | -9/+10 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 2 | -14/+14 |
2001-08-03 | Fix for smbpasswd set_userinfo24 was in the wrong place! | Tim Potter | 1 | -4/+4 |
2001-08-02 | Allow smbpasswd to join a W2K hosted AD domain. | Jeremy Allison | 1 | -1/+6 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -12/+12 |
2001-07-11 | This backs out my last change, which broke some of the finer points of RPC | Andrew Bartlett | 2 | -58/+11 |
2001-07-10 | This fixes security=domain, which has been broke since the big charset | Andrew Bartlett | 2 | -11/+58 |
2001-07-09 | implement: | Jean-François Micouleau | 1 | -0/+476 |
2001-07-09 | add query user info level 20 (for RAS) | Jean-François Micouleau | 1 | -0/+84 |
2001-07-09 | when converting ascii to unicode, if the ascii string is NULL, don't | Jean-François Micouleau | 1 | -0/+7 |
2001-07-06 | Added JF's fix for max_entries being 0. | Jeremy Allison | 1 | -0/+15 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 3 | -13/+11 |
2001-07-02 | Missing prs_align() was causing Win9x nexus tools to fail. security_info_sent | Jeremy Allison | 1 | -0/+3 |
2001-07-02 | Fixed auto-alloc of dispinfo code when unmarshalling. | Jeremy Allison | 1 | -4/+64 |
2001-06-29 | Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>. | Jeremy Allison | 1 | -0/+70 |
2001-06-29 | From JF.... | Jeremy Allison | 1 | -27/+93 |
2001-06-29 | Removed another silly static array. | Tim Potter | 1 | -5/+16 |
2001-06-26 | SGI compiler fixes. | Herb Lewis | 1 | -2/+2 |
2001-06-26 | Ensure we always have a valid pointer on unmarshalling an SD with zero | Jeremy Allison | 1 | -3/+7 |
2001-06-26 | Fixed bug introduced by changeover of security descriptor code from | Tim Potter | 1 | -1/+8 |
2001-06-25 | Cosmetic fixups found while playing with the server manager. Added support | Tim Potter | 1 | -1/+72 |
2001-06-22 | sync this function with 2.2 (single check for NULL parameter) | Gerald Carter | 1 | -0/+3 |
2001-06-22 | Removed unused (and potentially crash-causing) free function. | Jeremy Allison | 1 | -14/+0 |
2001-06-21 | Merging Gerry's spoolss changes. | Jeremy Allison | 1 | -6/+59 |
2001-06-20 | Fixed W2K SP2 joining a Samba PDC hosted domain. | Jeremy Allison | 2 | -6/+136 |
2001-06-19 | INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to not | Jeremy Allison | 1 | -7/+2 |
2001-06-16 | Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch. | Jeremy Allison | 1 | -0/+75 |
2001-06-15 | Jim McDonough's parse patches for Win9x get SD calls. | Jeremy Allison | 1 | -0/+87 |
2001-06-15 | Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>.... | Jeremy Allison | 1 | -1/+1 |
2001-06-15 | Add password length field to SAM_USER_INFO24 structure and fix init | Tim Potter | 1 | -1/+9 |
2001-06-13 | Added some msdfs client routines. | Tim Potter | 1 | -5/+27 |
2001-06-06 | Converted init_samr_q_lookup_names() and samr_io_q_lookup_names() | Tim Potter | 1 | -2/+12 |
2001-06-01 | Added *.po to .cvsignore files. | Tim Potter | 1 | -0/+1 |
2001-05-24 | Added a init function for net_q_logon_ctrl2 so we can make this call | Tim Potter | 1 | -12/+133 |
2001-05-17 | merge from 2.2 DeletePrinterDriver() server side stud coming | Gerald Carter | 1 | -0/+77 |
2001-05-10 | Reverted samr_io_userinfo_ctr() patch because it broke too much other | Tim Potter | 1 | -11/+5 |
2001-05-09 | So the samr_io_userinfo_ctr was requiring a SAM_USERINFO_CTR to be passed | Tim Potter | 1 | -5/+11 |
2001-05-08 | fixes to the group mapping code. | Jean-François Micouleau | 1 | -9/+12 |
2001-05-08 | Fixed typo in comment. | Tim Potter | 1 | -1/+1 |
2001-05-08 | iinit_samr_q_lookup_rids() didn't actually copy the rids into the | Tim Potter | 1 | -0/+2 |
2001-05-04 | Renamed unknown field to access mask in open alias parsing functions. | Tim Potter | 1 | -6/+3 |