Age | Commit message (Expand) | Author | Files | Lines |
2008-06-28 | Fix a file descriptor leak in add_port_hook | Volker Lendecke | 1 | -4/+1 |
2008-06-28 | Return NULL in sitename_fetch() if gencache_init() fails. Not false | Gerald W. Carter | 1 | -1/+1 |
2008-06-28 | Let send_trans_reply work on only the inbuf | Volker Lendecke | 3 | -54/+57 |
2008-06-28 | Factor out create_outbuf, creating an outbuf just given an inbuf | Volker Lendecke | 2 | -9/+22 |
2008-06-28 | Fix the build | Volker Lendecke | 1 | -3/+4 |
2008-06-27 | Fix bug #5568 net rpc trustdom add broken ! | Jeremy Allison | 2 | -3/+24 |
2008-06-27 | Fix usage message for net rpc trustdom add. | Jeremy Allison | 1 | -2/+2 |
2008-06-27 | Do not segfault if corepath is not set up properly | Volker Lendecke | 1 | -0/+5 |
2008-06-27 | libads: Add API call to connect to a global catalog server. | Gerald W. Carter | 5 | -9/+148 |
2008-06-27 | Fix warnings on SuSE 9.0. | Karolin Seeger | 2 | -0/+16 |
2008-06-27 | Revert "build: add symbol versioning when we build with gnu ld" | Karolin Seeger | 6 | -69/+16 |
2008-06-27 | Fix two IBM checker warnings | Volker Lendecke | 1 | -2/+2 |
2008-06-27 | Fix an "invalid operation involving NULL pointer" found by the IBM checker | Volker Lendecke | 1 | -1/+5 |
2008-06-27 | Remove a strlen check that will never kick in | Volker Lendecke | 1 | -2/+1 |
2008-06-26 | Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings. | Jeremy Allison | 4 | -4/+11 |
2008-06-27 | libnet_dssync: add last_query flag to processing routine. | Günther Deschner | 2 | -4/+17 |
2008-06-27 | libnet_dssync: add output filename and dns_domain_name to dssync struct. | Günther Deschner | 2 | -0/+8 |
2008-06-27 | net_vampire: use bool for last_query information in samsync. | Günther Deschner | 6 | -19/+26 |
2008-06-27 | net_vampire: separate keytab code from samsync code. | Günther Deschner | 6 | -154/+212 |
2008-06-26 | From Steve Danneman @ Isilon. | Jeremy Allison | 7 | -217/+220 |
2008-06-26 | Fix return of uninitialized variable. | Jeremy Allison | 1 | -1/+1 |
2008-06-26 | libnet_dssync: pass down drsuapi_DsReplicaOIDMapping_Ctr to callback. | Günther Deschner | 2 | -0/+3 |
2008-06-26 | libnet_dssync: always decrypt attributes before passing them to the processin... | Günther Deschner | 1 | -0/+127 |
2008-06-26 | Fix valgrind errors in _spoolss_addprinterdriver | Volker Lendecke | 1 | -0/+11 |
2008-06-26 | Fix a segfault in rpcclient adddriver | Volker Lendecke | 1 | -12/+13 |
2008-06-26 | Fix a debug message | Volker Lendecke | 1 | -1/+1 |
2008-06-26 | remove unused extern current_user from nt_printing.c | Volker Lendecke | 1 | -2/+0 |
2008-06-26 | Remove current_user reference from printfsp.c | Volker Lendecke | 4 | -7/+5 |
2008-06-26 | remove unused extern current_user from lanman.c | Volker Lendecke | 1 | -2/+0 |
2008-06-26 | Change print_access_check to take auth_serversupplied_info instead of current... | Volker Lendecke | 6 | -77/+94 |
2008-06-26 | Remove p->vuid | Volker Lendecke | 4 | -20/+6 |
2008-06-26 | Remove a check on p->vuid in _netr_LogonSamLogon/off | Volker Lendecke | 1 | -6/+0 |
2008-06-26 | Now that we have p->server_info, use p->server_info->user_session_key | Volker Lendecke | 5 | -41/+47 |
2008-06-26 | Fix typo | Volker Lendecke | 1 | -1/+1 |
2008-06-26 | Add server_info to pipes_struct | Volker Lendecke | 5 | -0/+39 |
2008-06-26 | ctdbd_connect: bump debug level to 1 for "connect failed" message. | Michael Adam | 1 | -1/+1 |
2008-06-26 | messages: bump debug level to 1 for "messaging_ctdb_init failed". | Michael Adam | 1 | -2/+2 |
2008-06-26 | nmbd: untangle logic in nmbd_messaging_context() slightly. | Michael Adam | 1 | -2/+5 |
2008-06-26 | nmbd: don't panic if messaging_init() fails - return NULL instead. | Michael Adam | 1 | -1/+1 |
2008-06-26 | winbind: remove duplicate debug message for failing messaging_init(). | Michael Adam | 1 | -1/+0 |
2008-06-26 | winbind: untangle logic in winbind_messaging_context() slightly. | Michael Adam | 1 | -2/+5 |
2008-06-26 | winbindd: don't panic if messaging_init() fails - return NULL instead. | Michael Adam | 1 | -1/+1 |
2008-06-26 | smbd: untangle logic in smbd_messaging_context() slightly. | Michael Adam | 1 | -2/+5 |
2008-06-26 | smbd: don't panic if messaging_init() fails but return NULL | Michael Adam | 1 | -1/+1 |
2008-06-26 | drsuapi: rerun make idl and add drsblobs generated files. | Günther Deschner | 4 | -1/+3741 |
2008-06-26 | drsuapi: add drsblobs.idl from samba4. | Günther Deschner | 2 | -1/+403 |
2008-06-26 | net_vampire: add some error output to libnet_dssync. | Günther Deschner | 1 | -1/+16 |
2008-06-26 | errors: add WERR_DS_DRA_BAD_NC and WERR_DS_DRA_BAD_DN. | Günther Deschner | 2 | -0/+7 |
2008-06-25 | Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-... | Jeremy Allison | 5 | -36/+187 |
2008-06-25 | Part of fix for #5551. Split out the group enumeration functions to a BUILTIN... | Jeremy Allison | 1 | -15/+27 |