| Commit message (Expand) | Author | Age | Files | Lines |
| * | fixed a problem with "net rpc vampire" mis-parsing the alias member | Andrew Tridgell | 2003-12-05 | 1 | -4/+4 |
| * | Changes all over the shop, but all towards: | Andrew Bartlett | 2003-11-22 | 1 | -3/+8 |
| * | Fix for #480. Change the interface for init_unistr2 to not take a length | Jeremy Allison | 2003-09-25 | 1 | -68/+40 |
| * | Fix for bug #334. We don't unmarshall the trusted domain or secrets | Tim Potter | 2003-09-08 | 1 | -6/+14 |
| * | get rid of some sompiler warnings on IRIX | Herb Lewis | 2003-08-15 | 1 | -1/+1 |
| * | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 2003-07-03 | 1 | -1/+1 |
| * | This patch takes the work the jerry did for beta2, and generalises it: | Andrew Bartlett | 2003-07-03 | 1 | -17/+2 |
| * | well this was easy... | Gerald Carter | 2003-07-03 | 1 | -2/+18 |
| * | This fixes net rpc vampire when talking to win2k (<sp3). win2k sends | Tim Potter | 2003-05-26 | 1 | -3/+3 |
| * | Survive a samdump with an alias that has no description | Volker Lendecke | 2003-04-18 | 1 | -3/+6 |
| * | Merge from HEAD: | Andrew Bartlett | 2003-03-17 | 1 | -11/+11 |
| * | Check return code of string_to_sid. (Merge from HEAD) | Martin Pool | 2003-02-18 | 1 | -22/+26 |
| * | Ensure that only parse_prs.c access internal members of the prs_struct. | Jeremy Allison | 2003-02-14 | 1 | -14/+14 |
| * | Merge from HEAD: Send the session key to the client, allowing it to perform SMB | Andrew Bartlett | 2003-02-02 | 1 | -2/+2 |
| * | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 1 | -46/+46 |
| * | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -14/+17 |
| * | sync'ing up for 3.0alpha20 release | Gerald Carter | 2002-09-25 | 1 | -117/+167 |
| * | sync 3.0 branch with head | Jelmer Vernooij | 2002-08-17 | 1 | -1/+1 |
| * | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 1 | -5/+9 |
| * | And a little more const. | Andrew Bartlett | 2002-03-02 | 1 | -3/+3 |
| * | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| * | Try to move towards slightly sane linking for Samba by removing some pdb_...() | Andrew Bartlett | 2002-01-26 | 1 | -17/+32 |
| * | more irix -64 portability fixes | Andrew Tridgell | 2001-12-31 | 1 | -1/+1 |
| * | fixing bug I introduced. | Jean-François Micouleau | 2001-12-18 | 1 | -1/+1 |
| * | update the ldap support code. it compiles. | Jean-François Micouleau | 2001-12-13 | 1 | -5/+8 |
| * | decoded SAM_DELTA 0x0e and 0x12. | Jean-François Micouleau | 2001-12-12 | 1 | -0/+144 |
| * | a ugly decoder for SAM_DELTA_DOM_INFO (0x0d) | Jean-François Micouleau | 2001-12-12 | 1 | -39/+203 |
| * | again an intrusive patch: | Jean-François Micouleau | 2001-12-06 | 1 | -26/+20 |
| * | OK. Smbpasswd -j is DEAD. | Andrew Bartlett | 2001-12-05 | 1 | -2/+7 |
| * | samr_querydom_info level 1: found the meaning of the unknow fields. And | Jean-François Micouleau | 2001-11-21 | 1 | -2/+2 |
| * | get the string lengths right in domain logons | Andrew Tridgell | 2001-11-04 | 1 | -2/+2 |
| * | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 2001-11-01 | 1 | -3/+3 |
| * | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 2001-10-31 | 1 | -1/+1 |
| * | This one's a doozy. A cut&paste bug incorrectly sets the max string length | Tim Potter | 2001-10-31 | 1 | -1/+1 |
| * | Removed confusing comment. | Tim Potter | 2001-10-30 | 1 | -1/+1 |
| * | This commit is number 4 of 4. | Andrew Bartlett | 2001-10-29 | 1 | -6/+6 |
| * | Fixed the bug with member servers in a Samba PDC hosted domain not allowing | Jeremy Allison | 2001-10-02 | 1 | -6/+7 |
| * | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -2/+0 |
| * | These are RIDs not Unix UIDs so make this clear in the feild names. | Andrew Bartlett | 2001-09-22 | 1 | -5/+5 |
| * | Decode 68-byte password blocks using sam replication password key (which | Tim Potter | 2001-09-14 | 1 | -2/+4 |
| * | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 2001-09-04 | 1 | -3/+3 |
| * | Welcome to tpot's exploit world! | Tim Potter | 2001-09-04 | 1 | -253/+413 |
| * | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 2001-09-04 | 1 | -14/+14 |
| * | Fix up some compile issues. We can't have C99 comments and add a smattering | Andrew Bartlett | 2001-08-31 | 1 | -2/+2 |
| * | Merge of sam sync code from TNG. | Tim Potter | 2001-08-28 | 1 | -0/+834 |
| * | merge from 2.2 | Gerald Carter | 2001-08-22 | 1 | -9/+14 |
| * | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 2001-08-03 | 1 | -13/+13 |
| * | This backs out my last change, which broke some of the finer points of RPC | Andrew Bartlett | 2001-07-11 | 1 | -4/+11 |
| * | This fixes security=domain, which has been broke since the big charset | Andrew Bartlett | 2001-07-10 | 1 | -11/+4 |
| * | sync this function with 2.2 (single check for NULL parameter) | Gerald Carter | 2001-06-22 | 1 | -0/+3 |