Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change | Volker Lendecke | 1 | -18/+15 |
2007-10-10 | r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert. | Volker Lendecke | 1 | -15/+18 |
2007-10-10 | r22766: Merge from 3_0: | Volker Lendecke | 1 | -18/+15 |
2007-10-10 | r22761: This introduces lib/conn_tdb.c with two main functions: connections_t... | Volker Lendecke | 3 | -30/+11 |
2007-10-10 | r22751: Next step for the cluster merge: sessionid.tdb should contain a 'struct | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r22675: Simo's patch for 0 size allocation. Still need | Jeremy Allison | 1 | -7/+9 |
2007-10-10 | r22593: Finish doing the same for raw TALLOC. | Jeremy Allison | 1 | -109/+172 |
2007-10-10 | r22588: Make all uses of TALLOC_MEMDUP consistent. | Jeremy Allison | 1 | -4/+8 |
2007-10-10 | r22587: Ensure TALLOC_ZERO_ARRAY is consistent. | Jeremy Allison | 3 | -30/+72 |
2007-10-10 | r22586: Add a modified version of Simo's patch. | Jeremy Allison | 1 | -13/+28 |
2007-10-10 | r22574: Fix reply when we have no dfs shares. | Jeremy Allison | 1 | -12/+27 |
2007-10-10 | r22573: Fix old bug mixing free() and talloc_free() | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22561: Fix a memleak in lanman.c: Nobody would free the session_list. | Volker Lendecke | 1 | -10/+3 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 4 | -21/+21 |
2007-10-10 | r22505: Fix build | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r22504: Fix bug Jerry found during his tutorial. Sorry :-( | Jim McDonough | 1 | -1/+6 |
2007-10-10 | r22126: Fix a bogus uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003. | Gerald Carter | 2 | -32/+30 |
2007-10-10 | r22064: Fix the DFS code to work better with Vista clients. Allow | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r22062: Fix the parsing of info level 3. Flags is not a flags | Jeremy Allison | 1 | -2/+0 |
2007-10-10 | r22055: Port the endpoint mapper (and functions it requires) to Samba 3. | Jelmer Vernooij | 2 | -1/+75 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 3 | -10/+10 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 5 | -12/+12 |
2007-10-10 | r21800: Check-in the DFS rewrite. I am still testing this but it | Jeremy Allison | 1 | -4/+8 |
2007-10-10 | r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ... | Volker Lendecke | 1 | -47/+32 |
2007-10-10 | r21635: Don't free talloc()'d memory. I wish people would check the callers | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r21569: Fix bug reported by Martin Zielinski <mz@seh.de> | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21563: Fix a memleak: We only need dispinfo structs for "our" and for the bu... | Volker Lendecke | 1 | -40/+41 |
2007-10-10 | r21551: Ok, this is more subtle. More tomorrow :-) | Volker Lendecke | 1 | -65/+37 |
2007-10-10 | r21550: make disp_info_list static to get_samr_dispinfo_by_sid(), add a comme... | Volker Lendecke | 1 | -2/+18 |
2007-10-10 | r21549: Only create DISP_INFO structs for domain handles, the others don't need | Volker Lendecke | 1 | -35/+47 |
2007-10-10 | r21507: Fix some "cannot access LDAP when no root" bugs. | Gerald Carter | 1 | -10/+13 |
2007-10-10 | r21462: Fix EnumValue (?) | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4. | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r21265: Fix some valgrind errors -- not in 3_0 | Volker Lendecke | 1 | -6/+28 |
2007-10-10 | r21191: Add in the POSIX open/mkdir/unlink calls. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r21164: Fix from Martin Zielinski <mz@seh.de> for EnumprinterdataEX | Jeremy Allison | 1 | -9/+9 |
2007-10-10 | r21129: Fix from Martin Zielinski <mz@seh.de> - ensure | Jeremy Allison | 1 | -0/+10 |
2007-10-10 | r21115: notify_internal.c needs to remove the table entry if a process has cr... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21100: Add the RPC hack fix to adddriver as well as adddriverex. | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r21099: Protect ourselves from null pointer deref. This isn't | Jeremy Allison | 1 | -0/+6 |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 1 | -4/+7 |
2007-10-10 | r21047: Hand marshalling hack from Martin Zielinski <mz@seh.de> | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r20876: Fix bug 4346 -- Thanks to YAMASAKI Hiroyuki | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r20875: Pass DCE/RPC server call arguments as a struct rather than as separat... | Jelmer Vernooij | 8 | -669/+629 |
2007-10-10 | r20844: Somewhat radical change - this may break the build (I will | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r20832: Remove extra pointers previously added to unique [out] pointers. Inst... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r20824: Send access to the trusted domain passwords through the pdb backend, ... | Volker Lendecke | 1 | -2/+1 |