Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5165: BUG 2295: always use get_local_machine_name() rather than digging in t... | Gerald Carter | 1 | -6/+4 |
2007-10-10 | r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries(). | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -65/+64 |
2007-10-10 | r4083: consolidate printer searches to use find_service rather than for loops | Gerald Carter | 1 | -35/+17 |
2007-10-10 | r3848: Fix for bug 2057. Only partially applied the patch, the second part se... | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r3824: Fix crash in api_RNetShareEnum. ServicePtrs[] may contain invalid | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r3705: Nobody has commented, so I'll take this as an ack... | Volker Lendecke | 1 | -23/+22 |
2007-10-10 | r3682: fix seg fault in lanman printing code caused by uninitialized variable | Gerald Carter | 1 | -0/+6 |
2007-10-10 | r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta... | Gerald Carter | 1 | -7/+10 |
2007-10-10 | r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re... | Gerald Carter | 1 | -3/+2 |
2007-10-10 | r2697: Fix for bugzilla #1732, patch by Satoh Fumiyasu, fumiya@samba.gr.jp | Jim McDonough | 1 | -3/+8 |
2007-10-10 | r931: Ensure we push 16 bytes (including null termination) | Jeremy Allison | 1 | -2/+2 |
2004-01-28 | Merge of Chris's fix. | Jeremy Allison | 1 | -11/+31 |
2003-11-24 | more access fixes for group enumeration in LDAP; bug 281 | Gerald Carter | 1 | -2/+7 |
2003-10-27 | Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo... | Jeremy Allison | 1 | -5/+5 |
2003-10-16 | Ensure error code path doesn't free unmalloced memory. Bug #628. | Jeremy Allison | 1 | -0/+4 |
2003-09-04 | Fix UNIX passwd sync properly. I've finally understood | Jeremy Allison | 1 | -32/+31 |
2003-08-19 | Fix BUG #314: api_netUserGetGRoups() was failing prematurely | Gerald Carter | 1 | -7/+59 |
2003-08-15 | get rid of some sompiler warnings on IRIX | Herb Lewis | 1 | -1/+1 |
2003-07-31 | Wrap calls to change_oem_password() in become_root()/unbecome_root() pairs | Jeremy Allison | 1 | -55/+57 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -4/+4 |
2003-06-18 | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 1 | -1/+1 |
2003-02-25 | Progress on CR 601 | Gerald Carter | 1 | -3/+3 |
2003-01-14 | Merge from HEAD: | Andrew Bartlett | 1 | -1/+1 |
2003-01-14 | Merge from HEAD - eliminated unused arguments. | Andrew Bartlett | 1 | -1/+1 |
2003-01-04 | Merge from HEAD - move user password changes into the NTSTATUS era, and add | Andrew Bartlett | 1 | -20/+2 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -18/+19 |
2002-11-15 | Updates from HEAD: | Andrew Bartlett | 1 | -2/+2 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -10/+8 |
2002-11-02 | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 1 | -1/+1 |
2002-11-01 | Merges from HEAD: | Andrew Bartlett | 1 | -1/+1 |
2002-10-21 | removed the following parameters | Gerald Carter | 1 | -218/+91 |
2002-08-17 | Sync 3.0 branch with head | Jelmer Vernooij | 1 | -18/+23 |
2002-07-15 | more bug updates from head | Andrew Tridgell | 1 | -1/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -198/+226 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -1/+1 |
2002-03-15 | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 1 | -4/+4 |
2002-02-27 | This should fix up the level 0 'convert_string' debug messages that we have | Andrew Bartlett | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-23 | Oops... | Andrew Bartlett | 1 | -1/+1 |
2002-01-23 | Change the order of this a bit - as unix password change can fail. | Andrew Bartlett | 1 | -11/+12 |
2002-01-21 | One less Get_Pwnam_Modify call! | Andrew Bartlett | 1 | -5/+0 |
2002-01-20 | Kill off the old varient of 'check_plaintext_password' (new version just | Andrew Bartlett | 1 | -55/+28 |
2002-01-11 | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 1 | -8/+8 |
2001-12-21 | Add an output parameter to message_send_all that says how many | Martin Pool | 1 | -1/+1 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -1/+1 |
2001-10-29 | This commit is number 3 of 4. | Andrew Bartlett | 1 | -2/+2 |
2001-10-22 | server support for RAP session list function | Jim McDonough | 1 | -0/+105 |
2001-10-20 | Use asprintf, do bounds check, better rc logic | Jim McDonough | 1 | -33/+43 |
2001-10-19 | Add RAP net share add support | Jim McDonough | 1 | -31/+113 |